home *** CD-ROM | disk | FTP | other *** search
- +-----------------------------------------------------------------------------+
- | leftindent |
- +-----------------------------------------------------------------------------+
-
- Abbreviation: π|\linπ%
-
- Parameters: π|unit of measureπ%
-
- π|Description:π%
- The \lin markup indents text from the left margin. The value may be
- relative, e.g., {+.5in}, which adds (or subtracts) the amount from the
- current left margin or current indent (if one is in effect). The default
- for left indent is zero. The indentation remains until another \leftindent
- overrides it. This markup causes a break in text.
-
- π|Example:π%
- from Camus: The rock should be left at the bottom,
- because of the inevitability of entropic direction.
- \vs{9pt}
- \leftindent{+1in}
-
- What I have read doesn't make any sense. How can
- minerals influence human social behavior, any more
- than gravity? This theory is 'on the rocks.'
- \par
- \leftindent{-1in}
- \rightline{Clay Gneiss}
-
- +-----------------------------------------------------------------------------+
- | |
- | |
- | from Camus: The rock should be left at the bottom, because of the |
- | inevitability of entropic direction. |
- | What I have read doesn't make any sense. How can minerals |
- | influence human social behavior, any more than gravity? This |
- | theory is 'on the rocks.' |
- | Clay Gneiss |
- | |
- +-----------------------------------------------------------------------------+
-
- π|Notes:π%
-
- You can also use grouping to limit the effects of the \leftindent. If you
- do, be sure that the last paragraph to be indented is followed by a \par.
- The above illustration could also have been accomplished with grouping as
- illustrated on the next page.
-
- from Camus: The rock should be left at the bottom,
- because of the inevitability of entropic direction.
- \vs{9pt}
- {\leftindent{+1in}
- What I have read doesn't make any sense. How can
- minerals influence human social behavior, any more
- than gravity? This theory is 'on the rocks.'
- \par
- }
- \rightline{Clay Gneiss}
-
- +-----------------------------------------------------------------------------+
- | |
- | from Camus: The rock should be left at the bottom, because of the |
- | inevitability of entropic direction. |
- | |
- | What I have read doesn't make any sense. How can minerals |
- | influence human social behavior, any more than gravity? This |
- | theory is 'on the rocks.' |
- | Clay Gneiss |
- | |
- +-----------------------------------------------------------------------------+
-